Pulldown Menu (Frames)



If you would like to use a pulldown menu, but would like to do so in frames, this is the script for you. One frame will contain the pulldown menu and the selections will be opened in the other frames!

--------------------------------------------------------------------------------
 

<!-- TWO STEPS TO INSTALL PULLDOWN MENU (FRAMES):

   1.  Put the code into the FRAMESET of your frames HTML document
   2.  Be sure to give each frame a name:  name="left"  etc... -->

<!-- STEP ONE: Copy this code into the FRAMESET of your HTML document  -->

<FRAMESET cols="250,*">
<frame name="left" src="leftframe.html">
<frame name="right" src="rightframe.html">
</FRAMESET>

<!-- STEP TWO:  Be sure to give each frame a name:  name="left"  etc... -->

<!-- Script Size:  0K  (281 bytes) -->
